Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellEditCommand Class / CellEditCommand Constructor / CellEditCommand Constructor(IWorksheet,String[],Reference[])


In This Topic
    CellEditCommand Constructor(IWorksheet,String[],Reference[])
    In This Topic
    Initializes a new instance of the CellEditCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As IWorksheet, _
       ByVal formulas() As String, _
       ByVal references() As Reference _
    )
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim formulas() As String
    Dim references() As Reference
     
    Dim instance As New CellEditCommand(worksheet, formulas, references)
    public CellEditCommand( 
       IWorksheet worksheet,
       string[] formulas,
       Reference[] references
    )

    Parameters

    worksheet
    formulas
    references
    See Also